﻿.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.topright__ribbon {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 75px;
  height: 75px;
  overflow: hidden;
  text-align: right;
  z-index: 6;
}
.topright__ribbon span {
  position: absolute;
  display: block;
  top: 20px;
  right: -20px;
  width: 100px;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  line-height: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #515151;
  box-shadow: 0 3px 10px -5px #000000;
}
.ribbon {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 75px;
  height: 75px;
  overflow: hidden;
  text-align: right;
  z-index: 1;
}
.ribbon span {
  position: absolute;
  display: block;
  top: 38px;
  right: -21px;
  width: 100px;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  background: #515151;
  box-shadow: 0 3px 10px -5px #000000;
}
.ribbon span::before,
.ribbon span::after {
  content: "";
  position: absolute;
  top: -31%;
  border-top: 3px solid transparent;
  border-bottom: 3px solid #515151;
  z-index: -1;
}
.ribbon span::before {
  left: 94px;
  border-right: 3px solid #515151;
  border-left: 3px solid transparent;
}
.ribbon span::after {
  right: 92px;
  border-right: 3px solid transparent;
  border-left: 3px solid #515151;
}
.ribbon-blue span {
  background: #337ab7;
}
.ribbon-blue span::before {
  border-right-color: #285f8f;
  border-bottom-color: #285f8f;
}
.ribbon-blue span::after {
  border-left-color: #285f8f;
  border-bottom-color: #285f8f;
}
.ribbon-green span {
  background: #5cb85c;
}
.ribbon-green span::before {
  border-right-color: #449d44;
  border-bottom-color: #449d44;
}
.ribbon-green span::after {
  border-left-color: #449d44;
  border-bottom-color: #449d44;
}
.ribbon-orange span {
  background: #f37021;
}
.ribbon-orange span::before {
  border-right-color: #d5580c;
  border-bottom-color: #d5580c;
}
.ribbon-orange span::after {
  border-left-color: #d5580c;
  border-bottom-color: #d5580c;
}
.ribbon-red span {
  background: #d71d24;
}
.ribbon-red span::before {
  border-right-color: #aa171c;
  border-bottom-color: #aa171c;
}
.ribbon-red span::after {
  border-left-color: #aa171c;
  border-bottom-color: #aa171c;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  position: relative;
  margin: 0px 15px !important;
}
footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 30px;
  background-color: whitesmoke;
  border-top: 1px solid #ddd;
  padding: 15px;
  margin: 0 -15px;
}
.navbar-fixed-top {
  color: white;
  background-color: #f0813b;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
  border: none;
  transition: all 0.3s;
}
.navbar-fixed-top .navbar-nav > li > a,
.navbar-fixed-top .navbar-nav > li > .user-login {
  height: 50px;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 10px 20px 0px 20px;
  background-color: #f0813b;
}
.navbar-fixed-top .navbar-nav > li > a > .fa {
  line-height: 30px;
  /*override FontAwesome line-height of 1, due to broken styling on webforms pages.*/

}
.navbar-fixed-top .navbar-nav > li > a:hover,
.navbar-fixed-top .navbar-nav > li > .user-login:hover .navbar-fixed-top .navbar-nav > li > a:focus,
.navbar-fixed-top .navbar-nav > li > .user-login:focus {
  background-color: #ee7223 !important;
}
.navbar-nav > li > .user-login {
  line-height: 30px;
}
.navbar-fixed-top li a .title {
  display: none;
}
.navbar-fixed-bottom {
  min-height: 30px;
  padding: 15px;
  background-color: whitesmoke;
  border-top: 1px solid #ddd;
  transition: all 0.3s;
}
.navbar-fixed-bottom p {
  font-size: 0.85em;
}
.navbar-nav > li,
.navbar-nav {
  float: right !important;
}
.navbar-nav.navbar-right:last-child {
  margin-right: 0px;
}
.navbar-right {
  float: right !important;
}
.navbar-fixed-top .navbar-nav .maintenance-nav-item > a {
  width: 150px;
  color: red;
  background-color: white;
  cursor: default;
}
.navbar-fixed-top .navbar-nav .maintenance-nav-item > a:hover {
  background-color: white !important;
}
.item__container {
  display: inline-block;
  margin: 0 10px 10px 10px;
}
.item__portal-item {
  display: inline-block;
  position: relative;
  width: 230px;
  height: 245px;
  background-color: #f5f5f5;
  border: 1px solid rgba(188, 188, 188, 0.75);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
}
.item__inner-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.item__badges {
  position: absolute;
  bottom: 5px;
  left: 10px;
  width: 210px;
}
.item__favourite a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.item__favourite span {
  font-size: 0.85em;
}
.item__favourite .item-info {
  float: right;
  margin-top: 3px;
}
.item__inner-container.completed,
.item__inner-container.expired {
  opacity: 0.5;
}
.item__img {
  width: 228px;
  height: 153px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.item__img__basket {
  width: 100px;
  height: 67px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.item__img-container > img,
.item__img-container > svg {
  display: block;
  margin: 0 auto;
  height: 153px;
}
.item__img-container > svg {
  padding: 30px 30px 0;
}
.item__img-container > span {
  position: absolute;
  width: 228px;
  padding: 3px;
  font-size: 10px;
  text-align: center;
  color: white;
  background-color: rgba(81, 81, 81, 0.8);
}
.item__title {
  height: 54px;
  max-height: 3.6em;
  margin: 8px 10px 10px;
  overflow: hidden;
}
.item__title > h2 {
  margin-top: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2em;
  color: #515151;
}
.item__hover-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: whitesmoke;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.item__button-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 153px;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
}
.item__button-container > .btn {
  width: 130px;
}
.item__description {
  height: 54px;
  margin: 8px 10px 10px;
  line-height: 1.3;
  overflow: hidden;
}
.item__portal-item:hover .item__hover-container {
  opacity: 1;
}
.item__portal-item:hover .ribbon {
  visibility: hidden;
}
.data-cost-container .label-danger {
  font-size: 0.85em;
  padding: 5px;
}
.media-heading {
  font-weight: 600;
  margin-top: 10px;
}
.clickAble.thumbnail:hover,
.clickAble.img-thumbnail:hover,
.clickAble .ate__item-img-container:hover {
  border-width: 1px;
  border-color: #5bc0de;
  cursor: pointer;
}
.basket-faq-link {
  padding: 10px 0px;
}
.basket-faq-link a:hover {
  background-color: none;
}
.product-partial-container {
  width: 100% !important;
}
.basket-faq-content {
  display: none;
  color: black;
  text-align: justify;
}
.templateTypesFlex {
  display: flex;
  flex-direction: column;
}
.data-type {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.data-link {
  position: absolute;
  right: 55px;
  bottom: 0px;
}
.label-large {
  font-size: large;
  line-height: normal;
}
div.search-container-inner {
  display: inline;
  margin-bottom: 0px;
}
.searchContainer form {
  margin-bottom: 0px;
}
.searchContainer {
  margin-bottom: 10px;
  margin-top: 25px;
}
.navbar .btn-group a.storeBtn,
.navbar .btn-group div.storeBtn {
  margin-top: 0px;
  margin-right: 10px;
}
div.Logo {
  float: left;
}
input.searchBox {
  height: 28px;
  padding-bottom: 0px;
  padding-top: 0px;
  float: left;
}
button.searchBoxButton {
  float: left;
}
.imgBlock {
  position: relative;
}
.imgBlock img {
  width: 100%;
}
.imgBlock-Caption {
  position: absolute;
  /* absolute position (so we can position it where we want)*/
  bottom: 0px;
  /* position will be on bottom */
  left: 0px;
  right: 0px;
  padding: 5px;
  background-color: black;
  font-family: 'tahoma';
  font-size: 15px;
  color: white;
  opacity: 0.6;
  /* transparency */
  filter: alpha(opacity=60);
  /* IE transparency */

}
.basket-summary-container {
  font-size: 14px;
  text-align: center;
}
.basket-summary-content {
  text-align: right;
}
.basket-summary-blank {
  text-align: center;
  color: black;
}
.company-address-label {
  vertical-align: top;
  display: inline;
}
.company-address-content {
  border: none 0px;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  font-size: inherit;
}
li > a > img.flag {
  margin-bottom: 2px;
}
.navbar-lower {
  margin-top: 50px;
  background-color: whitesmoke !important;
  box-shadow: none;
  z-index: 1029;
}
.input-searchBox {
  margin-top: 40px;
}
#RefreshStoreButtonsForm {
  margin: 0;
  display: inline-block;
}
.navbar .nav > li > a.btn-warning {
  color: #FFFFFF;
}
.navbar-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 13px 30px;
}
#SearchForm {
  width: 220px;
}
.btn-home {
  white-space: nowrap;
  width: 220px;
  margin-bottom: 5px;
}
.btn-basket > span,
.btn-signin > span,
.btn-flags > span {
  display: none;
}
.btn-browse {
  display: none !important;
}
div.twitter-content {
  display: none !important;
}
.input-item-cost {
  min-width: 100px !important;
}
.data-cost-container {
  margin-top: 10px;
  float: left;
}
.data-description {
  display: none;
}
.data-view-more {
  text-align: left;
}
@media (min-width: 480px) {
  .navbar-inner {
    flex-direction: row;
  }
  .btn-home {
    margin: 0 5px 0 0;
    width: auto;
  }
  .btn-home > span {
    display: none;
  }
}
@media (min-width: 768px) {
  .btn-browse {
    display: inline-block !important;
  }
  .btn-browse > span {
    display: none;
  }
  .data-cost-container {
    margin-top: 0px;
  }
  .data-description {
    display: block;
  }
  .data-view-more {
    text-align: right;
  }
  .media-heading {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .btn-home {
    margin: 0 5px 0 0;
    width: auto;
  }
  .btn-browse {
    display: inline-block !important;
  }
  .btn-basket > span,
  .btn-signin > span,
  .btn-flags > span,
  .btn-home > span,
  .btn-browse > span {
    display: inline-block;
  }
  div.twitter-content {
    display: inline-block;
  }
  .data-cost-container {
    margin-top: 0px;
  }
  .data-description {
    display: block;
  }
  .data-view-more {
    text-align: right;
  }
  .media-heading {
    margin-top: 0px;
  }
}
